Batch Withdrawals 批量提现

你可以使用批量提现接口,批量对用户的提现申请做确认动作。

属性描述
id string批量提现 id
object string值为 "batch_withdrawal"。
app string对应 app 对象的 id,查看 如何获取App ID
created timestamp创建时间,用 Unix 时间戳表示。
livemode boolean是否处于 live 模式。
amount int提现扣除的总金额,单位为分。
amount_succeeded int提现成功金额。
amount_failed int提现失败金额。
amount_canceled int提现取消金额。
count int总提现笔数。
count_succeeded int提现成功笔数。
count_failed int提现失败笔数。
count_canceled int提现取消笔数。
fee int渠道收取的手续费总额。
operation_url string支付宝批量付款 URL。
source string关联 batch_transfer 对象的 id
status string批量提现状态。处理中:pending,全部成功:succeeded,全部失败:failed,取消:canceled,部分成功:partially_succeeded
user_fee int承担的用户手续费总额。
withdrawals list包含的 withdrawal 对象列表。
time_finished int完成时间,用 Unix 时间戳表示。
metadata hash详见 元数据